From: Glenn Morris Date: Wed, 23 Feb 2011 04:26:42 +0000 (-0800) Subject: Comment spelling fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~844^2~623^2~127 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=e8b5c6a20c8191da7587ffd21fcac7ae566acff4;p=emacs.git Comment spelling fix. --- diff --git a/src/keymap.c b/src/keymap.c index 00726cdea9d..b3c1400a64c 100644 --- a/src/keymap.c +++ b/src/keymap.c @@ -2878,7 +2878,7 @@ remapped command in the returned list. */) && !NILP (firstonly) && !NILP (tem = Fget (definition, QCadvertised_binding))) { - /* We have a list of advertized bindings. */ + /* We have a list of advertised bindings. */ while (CONSP (tem)) if (EQ (shadow_lookup (keymaps, XCAR (tem), Qnil, 0), definition)) return XCAR (tem);